Skip to main content

InsuranceNow API (5.0.0)

InsuranceNow's RESTful API is built according to the OpenAPI specification and provides access to InsuranceNow functionality. Developers can use the API to integrate InsuranceNow with portals and other third-party systems.

Patch

Updates one or more fields of the quote or application.

path Parameters
systemId
required
string <systemId>

System identifier of the quote or application.

Request Body schema: application/json

Updated item details

Array of objects
_revision
string

Revision of this resource used to detect update conflicts. Send the value received from a GET as the value in a PUT. The value is unused when creating new resources (POST) and may be omitted. The value should be considered opaque and its generation algorithm may change in the future. As such, do not store the value for longer than needed (e.g. not longer than a user interaction).

object (ApplicationInfo)
object (BasicPolicy)
Array of objects (Contact)

One or more Contacts have full PartyInfo available to them.

customerRef
string <systemid>

SystemId of the customer the application is linked to.

description
string

Application description.

externalStateData
string

External state data

id
string
object (Insured)
lockTaskId
string

SystemId of the Task that is controling this application.

policyRef
string <systemid>

SystemId of a Policy when this application is to change an existing policy.

statementAccountRef
string <systemid>

Reference id to the Statement Account

status
string
Default: "NewSubmission"

Current application status.

Array of objects (SubmitterIssues)
object (TransactionInfo)
vipLevel
string

Used to control visibility of the customer.

Array of objects (WCAdditionalInsured)

Additional Insured info on App

Array of objects (CoveredState)

Responses

Request samples

Content type
application/json
{
  • "_links": [
    ],
  • "_revision": "string",
  • "applicationInfo": {
    },
  • "basicPolicy": {
    },
  • "contacts": [
    ],
  • "customerRef": "string",
  • "description": "string",
  • "externalStateData": "string",
  • "id": "string",
  • "insured": {
    },
  • "lockTaskId": "string",
  • "policyRef": "string",
  • "statementAccountRef": "string",
  • "status": "NewSubmission",
  • "submitterIssues": [
    ],
  • "transactionInfo": {
    },
  • "vipLevel": "string",
  • "wcAdditionalInsureds": [
    ],
  • "wcCoveredStates": [
    ]
}

Response samples

Content type
application/json
{
  • "_links": [
    ],
  • "_revision": "string",
  • "applicationInfo": {
    },
  • "applicationNumber": "string",
  • "auditAccountRef": "string",
  • "basicPolicy": {
    },
  • "contacts": [
    ],
  • "customerRef": "string",
  • "description": "string",
  • "externalStateData": "string",
  • "id": "string",
  • "insured": {
    },
  • "issues": [
    ],
  • "lockTaskId": "string",
  • "policyRef": "string",
  • "statementAccountRef": "string",
  • "status": "NewSubmission",
  • "submitterIssues": [
    ],
  • "systemId": "string",
  • "transactionInfo": {
    },
  • "typeCd": "string",
  • "updateCount": 0,
  • "updateTimestamp": "string",
  • "updateUser": "string",
  • "version": "3.20",
  • "vipLevel": "string",
  • "wcAdditionalInsureds": [
    ],
  • "wcCoveredStates": [
    ]
}